Item Property

Summary
Gets or sets value with the specified key.
Syntax
C#
C++/CLI
public virtual TValue Item( 
   TKey key 
) { get; set; } 
public: 
virtual property _TValue^_ default [TKey^] { 
   TValue^ get(TKey^ key); 
   void set (TKey^ key, TValue^ ); 
} 

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.